home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / AOCE / Development Tools / Sample Code / Messaging Service Access Module / Internet PMSAM / Internet PMSAM source / pop.slots.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-02-19  |  402 b   |  20 lines  |  [TEXT/MPS ]

  1. /*----------------------------------------------------------
  2.  
  3. AOCE Post Office Protocol (3)
  4. Personal Gateway
  5.  
  6. written by Steven Falkenburg-- MacDTS
  7. ©1991-1993 Apple Computer, Inc.
  8.  
  9. ----------------------------------------------------------*/
  10.  
  11. #pragma once
  12. #define __GW_SPECSLOTS__
  13.  
  14. #define    kMaxSlots            1
  15.  
  16. typedef struct SpecificSlotInfo {
  17.     char popServer[64];
  18.     char smtpServer[64];
  19. } SpecificSlotInfo;
  20.